home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / swingall.jar / javax / swing / text / html / StyleSheet$SheetAttribute.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-07-15  |  576 b   |  20 lines

  1. package javax.swing.text.html;
  2.  
  3. class StyleSheet$SheetAttribute {
  4.    private boolean cache;
  5.    private String name;
  6.  
  7.    StyleSheet$SheetAttribute(String var1, boolean var2) {
  8.       this.name = var1;
  9.       this.cache = var2;
  10.    }
  11.  
  12.    public boolean isCache() {
  13.       return this.cache;
  14.    }
  15.  
  16.    public String toString() {
  17.       return this.name;
  18.    }
  19. }
  20.